.cookie__consent {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    font-size: 16px;
    color: #000000;
    padding: 12px 24px;
    background-color: #f4f1ec;
    border-top: 1px solid #e7e2e2;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-height: 50px;
}

.cookie__button {
    margin: 10px 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 1px solid #b09571;
    color: #b09571;
    font-size: 13px;
    background-color: transparent;
}